/* 	Lite Brite with Syd
	Ver 1
	Jonathan Adams
	jadams@fit.edu
	icq 17120873

	June 10th 2000

	"It rainbow Spiraled All around, it trembled and Exploded"
		-'the other one'

	Contact me about Melbourne, Florida's premier jamband, 

	'Jungle	Jam' tour dates, sample MP3's, booking info, membership 	or programming info.
*/



Durn="12",


CamX="30 * sin( t / 7 ) + 30",
CamY="20 * cos( t / 7 )",
CamZ="22 + 10 * cos( t / 9.9 )",

CmLX="40",
CmLY="0",
CmLZ="0",

CUpX="45",
CUpY="0",
CUpZ="5",

LvlR="1",
LvlG="1",
LvlB="1",

LWdt="2",

// Thank You Anrea O'Meara, 
// I based my strobe efect on the way you built yours


// Red spotlight
B0=".1 + .8 * .5 * ( 1 + cos( 3 * sin( .1 * t ) + 4 * sin( fft(s)/ t) - 4 * sin( .5 * t ) ) )",
B1=".1 + .8 * .5 * ( 1 + sin( 5 * sin( .15 * t ) + 2 * cos( fft(s)/ t ) + 5 * sin( .67 * t ) ) )",
C0="( dt - b0 ) * ( dt - b0 ) + .01",
D0="( s - b1 )",


// Green spotlight
B2=".1 + .8 * .5 * ( 1 + cos( 5 * sin( .09 * t ) + 4 * cos( fft(s)/t ) - 6 * sin( .47 * t ) ) )",
B3=".1 + .8 * .5 * ( 1 + sin( 4 * sin( .18 * t ) - 8 * sin( fft(s)/ t ) + 5 * cos( .51 * t ) ) )",
C1="( dt - b2 ) * ( dt - b2 ) + .01",
D1="( s - b3 )",

// Blue spotlight
B4=".1 + .8 * .5 * ( 1 + cos( 5 * sin( .13 * t ) + 4 * cos( fft(s)/ t ) + 5 * cos( .72 * t ) ) )",
B5=".1 + .8 * .5 * ( 1 + sin( 5 * sin( .34 * t ) - 8 * cos(fft(s)/ t ) - 3 * sin( .30 * t ) ) )",
C2="( dt - b4 ) * ( dt - b4 ) + .01",
D2="( s - b5 )",




R="(.035*fft(s)) / ( c0 + d0 * d0 )",/* Intensity goes down with 1/r^2 */
G="(.035*fft(s)) / ( c1 + d1 * d1 )",
B="(.035*fft(s)) / ( c2 + d2 * d2 )",



// Preferred dimentions/aspect
widt=490,heig=360,


ConL=0,ConB=0,

LWdt="5",


X="125 * dt",
Y="80 * cos( dt + fft(s)*sin(PI*t) ) * ( s - .5 )",
Z="C1 + 10 * fft( s )",

BlrS=1,
BlrB=3,

Scal="970",

ScSz=1,

Pers="200",


Vers=40